
.show{
    display:block!important;
}
.hide{
    display:none!important;
}
#loading {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: none;
opacity: 0.95;
background-color: #FFFFFF;
z-index: 9999;
text-align: center;
}

#loading-image {
position: absolute;
top: 40%;
left: 40%;
z-index: 100;
}
